Fix a compilation error with MinGW GCC 3.x in tiff_handler.
authorEli Zaretskii <eliz@gnu.org>
Fri, 16 Sep 2011 10:25:39 +0000 (13:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 16 Sep 2011 10:25:39 +0000 (13:25 +0300)
commit009c3ebf64e7c3a07593cd77436e86328ab6d325
tree399260c8be8d73b06200afbd0cd78b456bc0dba4
parentec3f37ca8f92e453fe12efb276f9fac7d2a29d16
Fix a compilation error with MinGW GCC 3.x in tiff_handler.

 src/image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
 GCC PR/17406) by declaring this function with external scope.
src/ChangeLog
src/image.c